From: Stefan Monnier Date: Thu, 7 Nov 2002 20:58:36 +0000 (+0000) Subject: (isearch-yank-line): Typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29848 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=647cd43faa6fae39898f83dd4d682840ca8a671e;p=emacs.git (isearch-yank-line): Typo. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 45742b873c4..f0f8e5b4fbe 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1135,7 +1135,7 @@ might return the position of the end of the line." (defun isearch-yank-line () "Pull rest of line from buffer into search string." (interactive) - (isearch-yank-internal 'line-end-position))) + (isearch-yank-internal 'line-end-position)) (defun isearch-search-and-update ()